There are some cases when angular is accessible but we just want to access a specific service without bootstraping an entire application.
For example, in some tests I can load some fixtures with the $http service, or use $compile for a simple template.
It is pretty simple to do that, but it is not clearly explained in the angular documentation. So here is an example:
// The module ng must be loaded angular.
Read More...
Tagged
javascript
, angular
, web